SftTree/NET 2.0

SelectionOutlineStyle Property, SftTree Class

Softel vdm, Inc.

Defines the appearance of the selection highlight.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property SelectionOutlineStyle As SelectionOutlineStyleEnum

C#   

public SelectionOutlineStyleEnum SelectionOutlineStyle { get; set; }

C++   

public: property SelectionOutlineStyleEnum SelectionOutlineStyle {
        SelectionOutlineStyleEnum get();
        void set(SelectionOutlineStyleEnum value);
}

Property Value

The selection outline style.

SelectionOutlineStyleEnum

Value

Description

UsingColors

0

The selection highlight uses the defined colors (usually BackColorSelected and ForeColorSelected).

UsingOutline

1

The selection highlight uses an outline with rounded corners, border and gradient fill defined using the color properties SelectionOutlineBorder, SelectionInnerBorder, SelectionFill1 and SelectionFill2.
If flyby highlighting is used (FlybyHighlight), the highlighted item uses the color properties SelectionHoverOutlineBorder, SelectionHoverInnerBorder, SelectionHoverFill1 and SelectionHoverFill2.

The default value is SelectionOutlineStyleEnum.UsingOutline.

Comments

The SelectionOutlineStyle property defines the appearance of the selection highlight.

Items or cells that are selected (ItemClass.Selected or CellClass.Selected) are highlighted using the defined selection highlight.

Depending on the HighlightItemImage property, the item image is included in the selection outline.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com